Skip to content

Fixed dead links present in every /second-edition/src file#4331

Closed
DeaDvey wants to merge 2 commits into
rust-lang:mainfrom
DeaDvey:main
Closed

Fixed dead links present in every /second-edition/src file#4331
DeaDvey wants to merge 2 commits into
rust-lang:mainfrom
DeaDvey:main

Conversation

@DeaDvey
Copy link
Copy Markdown

@DeaDvey DeaDvey commented Apr 9, 2025

Previously every chapter in /second-edition/src had a link to the current version of the book, eg:
[the current version of the book](../appendix-00.html)

However, this is a dead link and does not exist, so I replaced these links with:
[the current version of the book](/src/appendix-00.md)
This is what seems to be the correct link, though if a different page was intended to be linked to then I can change that.

  • DeaDvey

@carols10cents
Copy link
Copy Markdown
Member

You mean when viewing these in GitHub, right? These links are meant to work when rendered on doc.rust-lang.org and need to be the way they are for that to work. Thanks though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants